home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / business / l303np.zip / NP_READ.ME < prev   
Text File  |  1990-05-02  |  4KB  |  97 lines

  1. Date: 5-02-90
  2. Time: 9:00 am
  3.  
  4. from the desk of Lonnie J. Rolland:
  5.  
  6. Please find enclosed a "SHAREWARE" version, full featured, call
  7. logger. It uses DBase III compatable .dbfs and .dbt
  8.  
  9. *** It runs on a network with full record/file locking, therefore
  10. *** you MUST run dos's SHARE program first!
  11.  
  12. Envoke it as 'L3np' on a monochrome system. Or envoke it as
  13. 'L3np /C' on a color system to get some red, white, and blue.
  14.  
  15. It's a 70kb program that is stand alone and complete. The file
  16. 'L3DBB.ZIP' is a set of empty .dbf/.dbt files. The file
  17. 'L3_PDBT.EXE' is a packer for the memo field file.
  18.  
  19. Delete and pack the .dbf's offline with dbase. Note, it you delete
  20. record #125 in L3main, you must also delete record #125 in L3memo.
  21. Then run the L3_PDBT program offline to clean out orphaned memos.
  22. Note that an orphaned memo will happen when you: 1) delete and pack
  23. out the .dbf that points to the memo, 2) edit an existing memo and
  24. make it grow larger in size than originally (512/1024/1536...etc).
  25.  
  26. The structures for L3MAIN.DBF is:
  27. Field  Field Name  Type       Width    Dec
  28.     1  VENDOR      Character     18
  29.     2  PRODUCT     Character     12
  30.     3  CALLER      Character     61
  31.     4  CUSTOMER    Character     59
  32.     5  ADDRESS     Character     67
  33.     6  CITY        Character     15
  34.     7  STATE       Character      5
  35.     8  ZIP         Character      5
  36.     9  PHONE       Character     20
  37.    10  HARDWARE    Character     65
  38.    11  SOFTWARE    Character     66
  39.    12  SERIALNO    Character     18
  40.    13  PROBLEM     Character     21
  41.    14  CLOSED      Character      1
  42. ** Total **                     434
  43.  
  44. The structures for L3MEMO.DBF is:
  45. Field  Field Name  Type       Width    Dec
  46.     1  ORIGIN      Character      7
  47.     2  STARTDATE   Character      8
  48.     3  STARTTIME   Character      5
  49.     4  STOPDATE    Character      8
  50.     5  STOPTIME    Character      5
  51.     6  ELAPSETIME  Character      5
  52.     7  MEMOFLD     Memo          10
  53. ** Total **                      49
  54.  
  55. Logger has got timer, find, browse and does date/time stamping.
  56. The timer (T) command starts an entry. The find (F) command is neat.
  57. It works on the caller name or problem. It'll find embedded strings
  58. and is case insensitive. The browse (B) command uses up, down, PgUp,
  59. PgDn, home, and end keys. Browse will remember where you were browsing
  60. at last. You may start the timer then escape out of the entry to do
  61. | a browse or find and return back to the entry. When you end your edit
  62. | from a find or browse start, logger will ask you if you want to:
  63. | (maintainance mode) re-write the record back to where it came from,
  64. | or (add mode) append the record as a new one to end of the dbf. The
  65. memo pad portion saves 512 bytes min, 4096 max and does word-wrap too!
  66. Logger was written by me with toolboxes from Max Software Consultants
  67. and Turbo Power. (they were an odd couple marriage)
  68.  
  69. It does and will take advantage of 4 environment variables called:
  70. 1) NETNAME 2) LOGVENDOR 3) LOGPRODUCT and 4) LOGDRIVE. Netname gets
  71. plugged into originator (BY:). Logvendor gets plugged into vendor.
  72. Logproduct gets plugged into product. And logdrive sets up the disk
  73. drive and subdirectory where your data will sit. Note you do not need
  74. to use any of these variables. They are there to make your life easier.
  75.  
  76. I run Artisoft's Lantastic AI Netbios/NOS.
  77. I have my data sitting on the server in 'K:\LOGGER3\xxxx.dbf'.
  78. I have my neton batch file setting up the variables as:
  79. 'set logdrive=K:\LOGGER3\'
  80. 'set netname=LONNIE'
  81. 'set logvendor=COMPANY_XYZ'
  82. 'set logproduct=WIDGET'
  83. You (for instance) can load your data in 'C:\BILLABLE\xxxx.dbf'.
  84. Note you may need to expand your environment size beyond the default
  85. 160 bytes by placing the following in your config.sys file.
  86. 'shell c:\command.com c:\ /e:256 /p'
  87.  
  88. I will not be held responsible for your data loss or your hardware.
  89. I am a Senior Tech Support Engineer. I gen'ed this program to
  90. maintain our customer database (here) at work.
  91.  
  92. I want your feedback! Call my company BBS and drop me a note.
  93. It's number is (714) 545-7671.
  94. <relax & enjoy>
  95.  
  96. (c) Copyright 1990, Lonnie J. Rolland, Symbol/MSI, Costa Mesa, CA 
  97.